'Declaration <DescriptionAttribute("The count of columns in the table.")> Public Property ColumnCount As System.Int32
[Description("The count of columns in the table.")] public System.Int32 ColumnCount { get; set; }
[Description("The count of columns in the table.")] public: __property System.Int32 get_ColumnCount(); public: __property void set_ColumnCount(
System.Int32 value
);
[Description("The count of columns in the table.")] public:
property System.Int32 ColumnCount { System.Int32 get(); void set(System.Int32 value); }
Property Value
Допустимо любое положительное значение.